home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Million Times Begging
/
A Million Times Begging - Disc 1.iso
/
pc
/
data
/
game1.dir
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-14
|
152 b
|
11 lines
on exitFrame
global sful
set sful to sful - 1
if sful = 0 then
go("SEN")
exit
end if
set str to "S" & string(random(3))
go(str)
end